Method GetNodesAtLevel<TProps>(ITreeRedbObject<TProps>, int)

Assembly: redb.Core.dll

Gets all nodes at specific level in typed tree.

public static IEnumerable<ITreeRedbObject<TProps>> GetNodesAtLevel<TProps>(this ITreeRedbObject<TProps> root, int level) where TProps : class, new()